type net/http.http2clientStream

29 uses

	net/http (current package)
		h2_bundle.go#L7805: 	streams          map[uint32]*http2clientStream // client-initiated
		h2_bundle.go#L7860: type http2clientStream struct {
		h2_bundle.go#L7913: func (cs *http2clientStream) get1xxTraceFunc() func(int, textproto.MIMEHeader) error {
		h2_bundle.go#L7920: func (cs *http2clientStream) abortStream(err error) {
		h2_bundle.go#L7926: func (cs *http2clientStream) abortStreamLocked(err error) {
		h2_bundle.go#L7941: func (cs *http2clientStream) abortRequestBodyWrite() {
		h2_bundle.go#L7951: func (cs *http2clientStream) closeReqBodyLocked() {
		h2_bundle.go#L8255: 		streams:                     make(map[uint32]*http2clientStream),
		h2_bundle.go#L8770: func (cc *http2ClientConn) roundTrip(req *Request, streamf func(*http2clientStream)) (*Response, error) {
		h2_bundle.go#L8772: 	cs := &http2clientStream{
		h2_bundle.go#L8846: 	cancelRequest := func(cs *http2clientStream, err error) error {
		h2_bundle.go#L8899: func (cs *http2clientStream) doRequest(req *Request, streamf func(*http2clientStream)) {
		h2_bundle.go#L8914: func (cs *http2clientStream) writeRequest(req *Request, streamf func(*http2clientStream)) (err error) {
		h2_bundle.go#L9062: func (cs *http2clientStream) encodeAndWriteHeaders(req *Request) error {
		h2_bundle.go#L9109: func (cs *http2clientStream) cleanupWriteRequest(err error) {
		h2_bundle.go#L9210: func (cc *http2ClientConn) awaitOpenSlotForStreamLocked(cs *http2clientStream) error {
		h2_bundle.go#L9278: func (cs *http2clientStream) frameScratchBufferLen(maxFrameSize int) int {
		h2_bundle.go#L9320: func (cs *http2clientStream) writeRequestBody(req *Request) (err error) {
		h2_bundle.go#L9456: func (cs *http2clientStream) awaitFlowControl(maxBytes int) (taken int32, err error) {
		h2_bundle.go#L9761: func (cc *http2ClientConn) addStreamLocked(cs *http2clientStream) {
		h2_bundle.go#L10059: func (rl *http2clientConnReadLoop) handleResponse(cs *http2clientStream, f *http2MetaHeadersFrame) (*Response, error) {
		h2_bundle.go#L10197: func (rl *http2clientConnReadLoop) processTrailers(cs *http2clientStream, f *http2MetaHeadersFrame) error {
		h2_bundle.go#L10228: 	cs *http2clientStream
		h2_bundle.go#L10439: func (rl *http2clientConnReadLoop) endStream(cs *http2clientStream) {
		h2_bundle.go#L10455: func (rl *http2clientConnReadLoop) endStreamError(cs *http2clientStream, err error) {
		h2_bundle.go#L10468: func (rl *http2clientConnReadLoop) streamByID(id uint32, headerOrData bool) *http2clientStream {
		h2_bundle.go#L10483: func (cs *http2clientStream) copyTrailers() {